Skip to content

Comments

Fixes #58 Added updateOptions parameter and deprecate register-as for ember.js 2.0 and later.#59

Open
jakkor wants to merge 3 commits intoicicletech:masterfrom
jakkor:update-options
Open

Fixes #58 Added updateOptions parameter and deprecate register-as for ember.js 2.0 and later.#59
jakkor wants to merge 3 commits intoicicletech:masterfrom
jakkor:update-options

Conversation

@jakkor
Copy link
Contributor

@jakkor jakkor commented Jan 26, 2017

Fixes #58 Added updateOptions parameter and deprecate register-as for ember.js 2.0 and later.

In ember.js 2.4 there is no targetObject available and we cannot set it. Instead of this we can now pass an attribute to the component that is observed and when we send to it array of changes it will run those changes on existing Full Calendar element.

For ember 2.4 and older we can use register-as, but for ember.js 2.0 to 2.4 there will be a message that this method has been deprecated.

Version is bumped to 0.1.5.

…ter-as for ember.js 2

In ember.js 2.4 there is no targetObject available and we cannot set it.
Instead of this we can now pass an attribute to the component that is
observed and when we send to it array of changes it will run those
changes on existing Full Calendar element.

For ember 2.4 and older we can use register-as, but for ember.js 2.0 to
2.4 there will be a message that this method has been deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant